CVE-2025-61147: check for valid integer command line parameters
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Sun, 30 Aug 2026 20:56:35 +0000 (22:56 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Sun, 30 Aug 2026 20:56:35 +0000 (22:56 +0200)
commita50ac698cb8e5b727de3a95dd95c122adb13d5a5
tree95d467e7b65d670051f7003ca7023a13eb731359
parent76023750a0cbe6b08b3c45a9281e2b75dc5a34c4
CVE-2025-61147: check for valid integer command line parameters

Origin: upstream, https://github.com/strukturag/libde265/commit/8b17e0930f77db07f55e0b89399a8f054ddbecf7
Bug: https://github.com/strukturag/libde265/issues/484
Bug-Debian: https://bugs.debian.org/1129257
Applied-Upstream: 1.0.18

Invalid numeric arguments (e.g. for --framedrop) made dec265 crash with a
segmentation fault in decoder_context::compute_framedrop_table().

Gbp-Pq: Name CVE-2025-61147.patch
CMakeLists.txt
dec265/dec265.cc